-
1 initializing variable
Безопасность: переменная инициализации (криптографического процесса), переменная начального заполнения (напр. генератора ключей) -
2 initializing key variable entry
Безопасность: ввод ключа инициализации криптографических операцийУниверсальный англо-русский словарь > initializing key variable entry
-
3 initializing key variable entry
Англо-русский словарь по компьютерной безопасности > initializing key variable entry
-
4 entry
1) запись (в журнале, таблице и т.п.)2) ввод (напр. ключей.)4) проникновение (в систему в обход защиты) -
5 IV
1) [initial value]2) [initialization vector] затравочный вектор3) [initializing value] затравочное значение4) [instrumental variable] инструментальная переменная5) вольт-амперная характеристика, ВАХ -
6 IV
1) сокр. от initial value2) сокр. от initialization vector затравочный вектор3) сокр. от initializing value затравочное значение4) сокр. от instrumental variable инструментальная переменная5) вольт-амперная характеристика, ВАХThe New English-Russian Dictionary of Radio-electronics > IV
См. также в других словарях:
Variable — A variable (pronEng|ˈvɛərɪəbl) is an attribute of a physical or an abstract system which may change its value while it is under observation. Examples include the height of a child, the temperature across a state, or the input to a function. This… … Wikipedia
Live variable analysis — In computer science, live variable analysis (or simply liveness analysis) is a classic data flow analysis performed by compilers to calculate for each program point the variables that may be potentially read before their next write, that is, the… … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Data-flow analysis — is a technique for gathering information about the possible set of values calculated at various points in a computer program. A program s control flow graph (CFG) is used to determine those parts of a program to which a particular value assigned… … Wikipedia
Comparison of programming languages (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
C++0x — is the planned new standard for the C++ programming language. It is intended to replace the existing C++ standard, ISO/IEC 14882, which was published in 1998 and updated in 2003. These predecessors are informally known as C++98 and C++03. The new … Wikipedia
Double-checked locking — In software engineering, double checked locking (also known as double checked locking optimization[1] .) is a software design pattern used to reduce the overhead of acquiring a lock by first testing the locking criterion (the lock hint ) without… … Wikipedia
C++11 — C++11, also formerly known as C++0x,[1] is the name of the most recent iteration of the C++ programming language, replacing C++TR1, approved by the ISO as of 12 August 2011.[2] The name is derived from the tradition of naming language versions by … Wikipedia
Constructor (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Oxygene (programming language) — Oxygene Developer RemObjects Software Stable release 3.0.21 (August 29, 2009; 2 years ago (2009 08 29)) Influenced by Object Pas … Wikipedia
C++ structures and classes — The C++ programming language allows programmers to define program specific datatypes through the use of structures and classes. Instances of these datatypes are known as objects and can contain member variables, constants, member functions, and… … Wikipedia